To retrieve SMS list, use the following code:
Rest API Url: https://messagingapis.paylite.net/api/messagingdata/GetSMSList
Content-type: application/json
Request: Post
{
"ApiKey": "Your API Key",
"StartDate": "Start Date",
"EndDate": "End Date",
}